home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / tcp_ip / jnos / cmdshelp / mbox < prev    next >
Text File  |  1994-08-24  |  10KB  |  306 lines

  1.  
  2. mbox [<subcommands>]
  3.  
  4.      Without a subcommand, display the current users of the nodeshell.
  5. With a valid subcommand, it will execute the following commands.
  6.  
  7.      
  8.     mbox alias [<alias>] ["cmd"]
  9.  
  10.      Set or show alias commands for the mailbox/nodeshell.  To use an
  11.      alias, the user must type the full alias which will then cause
  12.      "cmd" to be executed.  If the user types 'A', a list of sysop-
  13.      defined aliases will be displayed.  'alias' is 6 characters
  14.      maximum.  "cmd" is 64 characters maximum.  Note that "cmd" is in
  15.      double quotes.
  16.      
  17.      'mbox alias' displays the current aliases.
  18.      'mbox alias <alias>' displays only <alias> if it is defined.
  19.      'mbox alias <alias> <cmd>' adds, deletes, or redefines <alias>
  20.         
  21.         Example:  To add a new BBS command -
  22.           
  23.           mbox alias bbs "c port bbscall"
  24.           
  25.         To delete an alias-
  26.           
  27.           mbox alias myalias ""
  28.           
  29.         To redefine an alias-
  30.         
  31.           mbox alias bbs "c newport newbbscall"
  32.      
  33.     mbox attend [ON|off]
  34.  
  35.      This displays or sets the attend flag. If set, users can initiate
  36.      chat with the sysop via the O)perator mailbox command.
  37.      (You need to have started the ttylink server for this !)
  38.      
  39.      
  40.     mbox bbsonly [iface] [on | OFF]
  41.  
  42.      Specify whether iface is only accessible to stations which have
  43.      the BBS flag set.
  44.      
  45.      
  46.     mbox convers [on|OFF]
  47.  
  48.      Display or set the access to the conference bridge.  The mailbox
  49.      or nodeshell 'CONV' command is disallowed when off.  Default is
  50.      ON.
  51.      
  52.     mbox fwdinfo [string]
  53.  
  54.      Displays or sets the string that is used in the BBS R: header
  55.      when forwarding mail to other BBSes.
  56.      
  57.      
  58.     mbox haddress [string]
  59.  
  60.      Displays or sets your system's hierarchical bbs address.  As of
  61.      version 1.08, you must include the bbs call with the hierachical
  62.      address.
  63.  
  64.                     Example:
  65.           mbox haddress wg7j.or.usa.na
  66.      
  67.      
  68.     mbox header [on|OFF]
  69.  
  70.      Explicitly turns the R: line in the message header on or off.
  71.      With mbox header off, regular users can forward from jnos to
  72.      another system designated as a full-service bbs without leaving a
  73.      trace to their system.  This avoids having a downstream bbs
  74.      improperly identify the originating station as a bbs.
  75.      
  76.      The elements of the R: header are optional as of jnos107.  If not
  77.      set the line will be empty.
  78.      
  79.      NOTE:  'mbox header off' also turns off 'mbox thirdparty.'
  80.  
  81.  
  82.     mbox hideport [<iface>] [on | OFF]
  83.  
  84.      Display or set a port that should not be displayed when the 'P'
  85.      command in the mailbox or nodeshell is given.  Display if
  86.      available to users with sysop permissions.  This command is
  87.      useful for ports that should be backbone linking only, etc.  Note
  88.      that currently users can still do ax.25 connections via that
  89.      port, if they know the name. Default is OFF, the port is
  90.      displayed.
  91.  
  92.           mbox hideport port1 on
  93.      
  94.  
  95.     mbox kick
  96.  
  97.      This is an immediate command. It forces the system to start a new
  98.      bbs forwarding cycle.
  99.      
  100.      
  101.     mbox mailfor [interval]
  102.     mbox mailfor exclude [areaname areaname ...]
  103.     mbox mailfor watch [call_1 call_2 ...]
  104.  
  105.      Interval is in seconds.  At the end of each interval,  the system
  106.      reads all non-area mailboxes and checks them for unread mail.
  107.      Next, a beacon is sent on all active interfaces. (see 'mbox
  108.      mport' command).  The beacon is addressed to the AX.25 address
  109.      'MAIL'.  The data in this packet contains a list of the mailboxes
  110.      with unread mail in the format 'Mail for: <user> ... '.  Systems
  111.      such as LAN-LINK can trigger mail-snatches from this beacon.  If
  112.      <interval> is the string "now" an immediate check is done.
  113.  
  114.      'mbox mailfor' will show the status of the timer and list
  115.      mailboxes with unread mail.
  116.  
  117.      In certain cases you might not want a private area to show up in
  118.      the mail beacon; e.g., private areas to be forwarded to another
  119.      bbs.  You can exclude such areas from the beacon with the
  120.      'mbox mailfor exclude' command.
  121.  
  122.  
  123.      'mbox mailfor exclude area1 area2 area3 ...'
  124.      
  125.      will disable these area names from the beacon.  You can give
  126.      multiple exclude commands to build the list.
  127.  
  128.      A simple 'mbox mailfor exclude' shows the list.
  129.  
  130.      'mbox mailfor watch call ...' will watch for new mail arriving
  131.      for the specified personal mailboxes, and add a blinking MAIL to
  132.      the first status line if new mail exists.  To remove the MAIL from
  133.      the status line, read the last message in the appropriate mailboxes,
  134.      and force a run of the mailfor process by 'mbox mailfor now'.  The
  135.      sysop will typically want to watch his personal mailbox, and perhaps
  136.      a "check" mailbox to which unusual mail is rewritten.
  137.  
  138.  
  139.     mbox maxmsg [n]
  140.  
  141.      This displays or set the maximum number of messages in a
  142.      mailboxfile, for both private and public (i.e., area-) mail. If
  143.      there are more than n messages, the user will only see the first
  144.      n messages.
  145.      
  146.      
  147.     mbox motd [string]
  148.  
  149.      This displays or sets the message of the day which is displayed
  150.      when regular users log on to the system.
  151.      
  152.      
  153.     mbox mailstats
  154.  
  155.      This command shows how many messages have been read and sent by
  156.      users and how many messages have been received from and forwarded
  157.      to BBSes.
  158.      
  159.      
  160.     mbox mport [<iface>] [on | off]
  161.  
  162.      Displays or sets the interfaces for 'MAIL' beacons.  Set this
  163.      flag for each port you want the mail beacon to be sent on.
  164.  
  165.  
  166.     mbox newmail [ON|off]
  167.  
  168.      When ON, users will be notified during login which areas have new
  169.      mail since the last time that user logged out.  This function
  170.      uses a time stamp on a status file for each message area.  The
  171.      information shown can later be repeated with the 'AN' mailbox
  172.      command.
  173.      
  174.  
  175.          mbox nobid [on | OFF]
  176.  
  177.      Set whether to accept or refuse bulletins with NO BID.  Off means
  178.      refuse if there is no BID.  On means accept regardless of BID.
  179.      Default is OFF (refuse)
  180.      
  181.      
  182.     mbox nrid [[ON|off]
  183.  
  184.      When set, the first time a user logs onto the system, the system
  185.      will add the netrom node id in NODE:CALL format to the prompt.
  186.      Users can then change it with the mailbox XN command. The system
  187.      will use the new prompt format as set by the user the next time
  188.      the user logs in.
  189.      
  190.     
  191.  
  192.     mbox past
  193.  
  194.      Displays the users that have logged on since the system has been
  195.      running.
  196.      
  197.      
  198.     mbox password <newpassword>
  199.  
  200.      This sets a new remote sysop password.
  201.      
  202.     mbox prompt [ON | off]
  203.  
  204.      Turns the command prompt display of the current directory on or
  205.      off.  Default is ON.
  206.      
  207.      
  208.     mbox qth [location]
  209.  
  210.      This displays or sets the location of your system, and uses it in
  211.      the R: headers when doing bbs forwarding.
  212.      
  213.      
  214.     mbox register [ON | off]
  215.  
  216.      Enable or disable user registration.  If the user gives an e-mail
  217.      address during registration, messages sent will include a 'Reply-
  218.      To:' header with that e-mail address.  Setting this command to
  219.      OFF will prevent the 'please register' message from being sent to
  220.      new users.
  221.      
  222.      
  223.     mbox secure [on |OFF]
  224.  
  225.      This displays or sets the mailbox secure flag. If set, only users
  226.      coming on over netrom and ax25 connections can make gateway
  227.      connects if they have the right priveleges. If not set, anyone
  228.      with the right privs can do a telnet connect.
  229.      
  230.      
  231.     mbox sendquery [ON|off]
  232.  
  233.      If on, users will be queried if they really want to send the
  234.      message after they have typed the ^Z or /ex when sending a
  235.      message. 'N' or 'n' will abort, anything else will send the
  236.      message.
  237.      
  238.      
  239.     mbox smtptoo [on | OFF]
  240.  
  241.  
  242.      This displays or sets the smtp header flag.  If set, the system
  243.      will include most smtp headers when forwarding the message via
  244.      bbs forwarding.  When not set, the headers will be stripped
  245.      (default).
  246.      
  247.      
  248.     mbox stats
  249.  
  250.      Displays the current users of the system {NOS}.
  251.      
  252.      
  253.     mbox sysoponly [iface] [on | OFF]
  254.  
  255.      Specify whether port is accessible only by stations with SYSOP
  256.      flag set.  Default is off.
  257.      
  258.      
  259.     mbox timer [<nnnn>]
  260.  
  261.      Entering only the subcommand displays the forwarding setting and
  262.      countdown timer value.  [<nnnn>] sets the interval between
  263.      forwarding attempts in seconds.  Default = 0 (No forwarding).
  264.      
  265.      
  266.     mbox tdisc [<nnnn>]
  267.  
  268.      This command sets the mailbox inactivity timer in seconds.  If no
  269.      user input has been received for nnnn seconds while connected to
  270.      the mailbox, the user will be disconnected.  Default = 0 = no
  271.      timeout.
  272.      
  273.      
  274.     mbox thirdparty [on|OFF]
  275.  
  276.      Set or display whether 3rd party traffic may be handled through
  277.      the mailbox.  Default is OFF.
  278.      
  279.      See also 'mbox header' command.
  280.      
  281.  
  282.     mbox tmsg [<string>]
  283.  
  284.      Display or set the 'telnet message'.  This is the message sent to
  285.      telnet connections before the login prompt is sent!
  286.      
  287.      
  288.     mbox trace [on|OFF]
  289.  
  290.      This displays or sets the value of the trace flag. If set, the
  291.      mailbox is verbose about certain aspects of the forwarding cycle.
  292.      
  293.      
  294.     mbox utc [n]
  295.  
  296.      Display or set the offset from UTC.  [n] is used to calculate the
  297.      current time for the forwarding header.
  298.      
  299.      
  300.     mbox zipcode [<nnnnn>]
  301.  
  302.      Set or display the system's postal zipcode.  This is used in the
  303.      R: line when forwarding.
  304.      
  305.  
  306.